*comment This a test game!
*comment 
*comment by INeedAPseudonym 
*comment 
*title The Adventures of Sherlock Holmes - An affair of the heart
*author INeedAPseudonym
*scene_list
 startup
 main
*comment  prologue
*comment chapter2
*comment  chapter1
*comment  bar

*comment // Testing and admin creator stuff

*create implicit_control_flow true

*create alpha_testing false

*create selected_label "Error"

*comment // scenes and stuff
*create started_game false


*create return_to_scene ""
*create return_to_label ""

*create chapter 0

*comment // Stats & Skills

*create Combat "Undefined"

*create boxing 50
*create fencing 0
*create musket 0

*create instrument "Undefined"

*create harpsichord 100
*create violin 0
*create flute 0

*create cope "Undefined"

*create caffeine 100
*create sugar 0 
*create nicotine 0

*create goodAt "Undefined"
*create badAt "Undefined"

*comment --------------

*create health 50

*create speedStrength 30
*create charm 30
*create knowledge 30
*create technologyScience 30

*create sentimental 50
*comment opposite is serious
*create proper 50
*comment opposite is rowdy

*create popular 50
*create respectable 50

*comment // Character creator

*create genderMC "Undefined"

*create mc_name "Undefined"
*create mc_lastname "Undefined"

*create mc_lady "Undefined"
*create mc_miss "Undefined"
*create mc_rude "Undefined"
*create mc_term "Undefined"

*create mc_xhe "xhe"
*create mc_xir "xir"
*create mc_xirs "xirs"
*create mc_xim "xim"
*create mc_ximself "ximself"
*create mc_s "s"
*create mc_es "es"
*create mc_re "'s"
*create mc_ve "'s"
*create mc_them false


*create hairColour "Undefined"
*create specificHair "Error"
*create hairColourC "Undefined"
*create specificHairC "Error"
*create hairType "Undefined"
*create canRunFingersThroughHair true
*create hair "Undefined"
*create hairStyle "Undefined"
*create hairStyleT "Undefined"
*create hairstyleS "Undefined"
*create hairStyleLoose false
*create facialHair false
*create facialHairType "Undefined"

*create eyeColour "Undefined"
*create specificEyeC "Undefined"
*create specificEye "Undefined"
*create skinColour "Undefined"
*create skinBlushes true
*create specificSkinC "Undefined"

*create facialDetailLikeL "Undefined"
*create facialDetailLikeS "Undefined"
*create facialDetailDisL "Undefined"
*create facialDetailDisS "Undefined"

*create attractive 0

*create bodyType "Undefined"
*create bodyClothesHang true
*create bodyDetail "Undefined"
*create bodyDetailT "Undefined"

*create sexuality "Undefined"

*create jDone false

*comment // Companion variables

*create birdName "Undefined"
*create birdSpecificName "Undefined"
*create birdFriendship 20

*comment Watson

*create johnMan true
*create johnAttracted true
*create j_man "man"
*create j_male "male"
*create johnName "John"
*create johnSlur "servant"
*create johnFullname "John H Watson"
*create j_mr "mr"
*create j_sir "sir"

*create j_he "he"
*create j_his "his"
*create j_hi "his"
*create j_him "him"
*create j_himself "himself"
*create j_s "s"
*create j_es "es"



*comment Lestrade

*create lestradeMan true
*create lestradeAttracted true
*create l_man "man"
*create l_male "male"
*create lestradeName "Gregory"
*create lestradeSlur "servant"
*create lestradeFullname "Gregory Lestrade"
*create l_mr "mr"
*create l_sir "sir"

*create l_he "he"
*create l_his "his"
*create l_hi "his"
*create l_him "him"
*create l_himself "himself"
*create l_s "s"
*create l_es "es"

*create lestradeVoice "deep"



*comment Hamish / Helena

*create hMan true
*create hAttracted true
*create h_man "man"
*create h_male "male"
*create hName "Hamish"

*create h_mr "mr"
*create h_sir "sir"

*create h_he "he"
*create h_his "his"
*create h_hi "his"
*create h_him "him"
*create h_himself "himself"
*create h_s "s"
*create h_es "es"



*comment Adler

*create adlerMan true
*create adlerAttracted true
*create a_man "man"
*create a_male "male"
*create adlerName "Irwin"

*create a_mr "mr"
*create a_sir "sir"

*create a_he "he"
*create a_his "his"
*create a_hi "his"
*create a_him "him"
*create a_himself "himself"
*create a_s "s"
*create a_es "es"


*comment // Relationship variables

*create friendshipW 80
*create romanceW 0
*create flirtTimesW 0
*create obviousFlirtsW 0
*create shyFlirtsW 0
*create showedRealInterestW false
*create sLovesW false
*create romanceCanceledW false
*create brokenUpW false
*create madW false
*create typeOfFriendshipW "Undefined"

*create friendshipL 50
*create romanceL 0
*create flirtTimesL 0
*create obviousFlirtsL 0
*create bickeredL 0
*create shyFlirtsL 0
*create showedRealInterestL false
*create sLovesL false
*create romanceCanceledL false
*create brokenUpL false
*create madL false
*create timesMadL 0
*create flirtedInFrontOfL 0
*create trust 50
*create mcIgnorantToL 0
*create relationshipBackgroundL "Undefined"


*comment // Story variables

*comment chapter 1
*create driverFirstMeeting "undefined"
*create driverRelationship 0
*create caseType "undefined"

*create actedWithLestrade true
*create actedWithLestradeBad false

*create sandwichType "undefined"

*create ch1ThoughtOfCope false

*comment chapter 2
*create toldLestradeWatsonSpilledEdCase false
*create talkedOfBallLightning false
*create haveBirdKnowledge false
*create birdAttitudeStart ""

*create londonThoughts ""
*create londonThoughts1 "Undefined"
*create londonThoughts2 "Undefined"



*comment // Other variables

*create heardScoldingBefore false



*comment /// --------- ///

*if not (alpha_testing)
  *goto start



*label start
*comment *sm_init sexyBaker | 4

*finish
	
*comment TESTING SCRIPT STARTS HERE

*comment *choice
*comment  #Start Alpha Testing
*comment    *goto test_start
*comment  #Start Normal New Game
*comment    *goto start

*comment *label test_start

*comment 1. Paste here the entire *create variable list from earlier in startup.txt
*comment 2. Turn the whole list into *set commands instead, and;
*comment 3. Alter the default values accordingly

*comment *goto_scene (test_scene_name)

*comment TESTING SCRIPT ENDS HERE

